home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / scheduler_1_3.lha / Install-Script < prev    next >
Encoding:
Text File  |  1993-10-28  |  525 b   |  18 lines

  1. (copyfiles
  2.             (prompt "Where would you like to have the Scheduler program installed?")
  3.             (help @copyfiles-help)
  4.             (source "" )
  5.             (dest "SYS:WBStartup" )
  6.             (pattern "Scheduler#(.info)")
  7.             (confirm)
  8. )
  9.  
  10. (copyfiles
  11.             (prompt "Where would you like to have the Scheduler Documentation installed?")
  12.             (help @copyfiles-help)
  13.             (source "" )
  14.             (dest "SYS:Help" )
  15.             (pattern "Scheduler.guide#(.info)" )
  16.             (confirm)
  17. )
  18.